home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio / Ray Dream Studio (CDRAYD1) (Ray Dream) (1995).iso / DREAMSDK.WIN / INCLUDE / XPROJPRE.OPT < prev    next >
Text File  |  1995-09-01  |  2KB  |  49 lines

  1. #  $Id: xprojpre.opt 1.14 1995/05/23 19:17:01 JOHN Exp $
  2. #
  3. #ifdef _MAC
  4. #define BS :
  5. #define DD ::
  6. #
  7. #define CROSS ::::::cross:
  8. #define RDF :::::
  9. #define RDFCODE :::::rdf:rdf3:
  10. #define OLYMPUS ::::
  11. #define XTENSION :::
  12. #define OBJS :objs:
  13. #define XGLUEOBJS {XTENSION}XGLUE:OBJS:
  14. #define RCSROOT R&D2:rcs:newdb:
  15. #define MACINCLUDES sorry:you:need:a:full:pathname:   
  16. #define EXTRACPPOPTIONS 
  17. #
  18. #define STANDARDCOMPILE   SET outfile %s%s; SET infile %s; Echo "STD Compile: {infile}"; {STDCOMPILE} 
  19. #define SYMBOLCOMPILE   SET outfile %s%s; SET infile %s; Echo "SYM Compile: {infile}"; {SYMCOMPILE}
  20. #define OPTIMIZECOMPILE   SET outfile %s%s; SET infile %s; Echo "OPT Compile: {infile}"; {OPTCOMPILE}
  21. #define ASMPPCCOMPILE   SET outfile %s%s; SET infile %s; Echo "PPC Assembling: {infile}"; {ASMPPC}
  22. #define ASMCOMPILE  SET outfile %s%s; SET infile %s; Echo "68K Assembling: {infile}"; {ASM68K}
  23. #endif
  24. #
  25. #ifdef _WIN
  26. #define BS \
  27. #define DD ..\
  28. #
  29. #define CROSS \src\cross\
  30. #define RDF \src\rdf\
  31. #define RDFCODE \src\rdf\rdf3\
  32. #define OLYMPUS \src\rdf\olympus\
  33. #define XTENSION \src\rdf\olympus\xtension\
  34. #define OBJS .\OBJS\
  35. #define RCSROOT h:\rcs\newdb\
  36. #define TASM \tasm\bin\tasm
  37. #define MASM61 h:\tools\nttools\ml
  38. #define BC4 \BC4
  39. #define MSVC \MSVC
  40. #define MSVC20 \MSVC20
  41. #define WATCOM \WATCOM   
  42. #
  43. #define STANDARDCOMPILE     $(CPP) $(CFLAGS) $(CONFIGFILE)  $(CPPOUTPUTOPTION)%s%s.obj %s  
  44. #define SYMBOLCOMPILE     $(CPP) $(CFLAGS) $(CONFIGFILE) $(DEBUGOPTION) $(CPPOUTPUTOPTION)%s%s.obj %s   
  45. #define OPTIMIZECOMPILE     $(CPP) $(CFLAGS) $(CONFIGFILE) $(CPPOUTPUTOPTION)%s%s.obj %s   
  46. ###define ASMCOMPILE  $(ASM) $(ASMFLAGS) %s $@
  47. #define ASMCOMPILE  $(ASM) $(ASMFLAGS) /Fo$@ %s
  48. #endif
  49.